home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000059_news@columbia.edu _Thu Apr 5 16:42:49 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by monire.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id QAA23886
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Thu, 5 Apr 2001 16:42:48 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id QAA02617
  7.     for kermit.misc@watsun.cc.columbia.edu; Thu, 5 Apr 2001 16:18:04 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@columbia.edu (Frank da Cruz)
  10. Subject: Re: Macro prameters containing spaces?
  11. Date: 5 Apr 2001 20:18:02 GMT
  12. Organization: Columbia University
  13. Message-ID: <9aijtq$2hm$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <Yn3z6.11074$SB2.1263103@ruti.visi.com>,
  17. Grant Edwards <grante@visi.com> wrote:
  18. : That apparently needs to be:
  19. :    docmd 1 {ip 192.168.1.11 255.255.255.0 192.168.1.1}
  20. : The double-quotes are apparently passed as normal text, so with
  21. : the previous version the second parameter is "ip, the third is
  22. : 192.168.1.11, etc.
  23. Sorry.  I should have read your message more carefully.  You said
  24. C-Kermit 7 and I thought 7.1, but you obviously have 7.0.
  25.  
  26. Braces work in all versions of C-Kermit back to 5A.  Doublequotes
  27. were added in 7.1:
  28.  
  29.   http://www.columbia.edu/kermit/ck71.html
  30.  
  31. For details see:
  32.  
  33.   http://www.columbia.edu/kermit/ckermit3.html#x6
  34.  
  35. - Frank